decimal to binary php

42

decimal to binary php -

$number = 13;
decbin($number); // outputs -> 1101 (string)

Comments

Submit
0 Comments